import * as React from 'react'; import { Expander, ExpanderItem } from '@aws-amplify/ui-react'; export const ControlledSingleExpander = () => { const [value, setValue] = React.useState(); return ( No eye-deer. Still, no eye-deer. ); };